fix: run PR Sync before metadata validation - #33
Conversation
|
Warning Review limit reached
Next review available in: 9 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (5)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
PR Sync
|
Linked Issue
Milestone
Summary
PR Syncthe first PR automation gate by running it directly on opened, synchronize, reopened, edited, ready-for-review, converted-to-draft and closed events.PR metadata validationrun only after a successfulPR Syncworkflow completion.workflow_runinstead ofpull_request_target.develop -> Q.AandQ.A -> mainas full promotion exceptions for implementation metadata body validation, preventing promotion PRs such as Develop #31 from failing on the generic placeholder template.How to test
main, trigger a fresh PR event and verify the order isPR Syncfirst, thenPR metadata validationonly after Sync succeeds.Evidence
workflow_rundependency on metadata/guardrails.PR Syncruns and requires successful conclusion.31417327025passed on headf2c70d6411001b2bb2f338abbfb35677533b8311.make checkpassed with 70 tests, including the new workflow ordering and promotion metadata regression tests.Known risks
workflow_runchaining is effective only after this workflow definition reaches the default branch; feature-branch CI validates the contract but cannot replace the final post-main live test.DoD checklist